金色小芝麻

vuePress-theme-reco 金色小芝麻    2021 - 2023
金色小芝麻 金色小芝麻

Choose mode

  • dark
  • auto
  • light
主页
分类
  • JavaScript
  • BUG复盘
  • SVG笔记
  • TypeScript
  • 个人总结
  • CSS笔记
  • 开发工具
  • 前端入门
  • Vue2.0
  • 性能优化
  • 架构学习
  • 每日一题
标签
时间轴
社交
  • 掘金 (opens new window)
author-avatar

金色小芝麻

83

文章

27

标签

主页
分类
  • JavaScript
  • BUG复盘
  • SVG笔记
  • TypeScript
  • 个人总结
  • CSS笔记
  • 开发工具
  • 前端入门
  • Vue2.0
  • 性能优化
  • 架构学习
  • 每日一题
标签
时间轴
社交
  • 掘金 (opens new window)
  • 每日一题

    • vue的双向绑定的原理是什么?
    • 什么是 WebSocket 心跳?
    • Problem: 介绍下 CSS3 中 position:sticky
    • Problem: 能描述下渐进增强和优雅降级之间的不同么?

vuePress-theme-reco 金色小芝麻    2021 - 2023

Problem: 介绍下 CSS3 中 position:sticky

金色小芝麻

# Problem: 介绍下 CSS3 中 position:sticky

*[interview]: start

#one { position: sticky; top: 10px; }

粘性定位,在视口内滚动到元素 top 距离小于10px,元素为相对定位。之后,元素将固定在与顶部距离 10px 的位置,直到 viewport 视口回滚到阈值以下。

需指定 top/right/bottom/left 四个阈值其中之一,才可使粘性定位生效。否则其行为与相对定位相同

*[interview]: end

欢迎来到 金色小芝麻
看板娘